.page {
    position: relative;
    width: 100%;
    background-color: #f6f7f9;
    overflow: hidden;
}

.box_1 {
    width: 100%;
    overflow: hidden;
}

.box_1 .text-wrapper_1 {
    font-size: 14px;
    color: #666;
    line-height: 35px;
    text-align: right;
    background: #fff;
}

.box_1 .block_1 {
    padding: 27px 0;
    background: #F7F8FA;
}

.box_1 .block_1 .box_2 {
    float: left;
}

.box_1 .block_1 .block_3 {
    float: right;
    margin-top: 14px;
    width: 300px;
    height: 38px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #165AA2;
    overflow: hidden;
}

.box_1 .block_1 .block_3 input {
    float: left;
    padding-left: 16px;
    width: 250px;
    height: 36px;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    border: 0;
}

.box_1 .block_1 .block_3 button {
    float: right;
    width: 40px;
    height: 36px;
    border: 0;
    background: transparent;
}

.box_3 {
    width: 100%;
    height: 50px;
    background-color: #165AA2;
}

.box_3 ul {
    padding: 0;
    list-style: none;
}

.box_3 ul.w1200 {
    position: relative;
}

.box_3>ul>li {
    float: left;
    width: 109px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.box_3>ul>li a {
    display: block;
}

.box_3>ul>li:hover,
.box_3>ul>li.active {
    background: url(../images/navbg.png) bottom center no-repeat;
}

.box_3>ul>li .menu_nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    overflow: hidden;
}

.box_3>ul>li:hover .menu_nav {
    display: block;
}

.box_3>ul>li .menu_nav li {
    float: left;
    margin-right: 16px;
    margin-bottom: 18px;
    width: 180px;
    height: 44px;
    font-size: 14px;
    font-weight: bold;
    color: #4593DD;
    text-align: center;
    line-height: 42px;
    background: #FFFFFF;
    border: 1px solid #4593DD;
}

.box_3>ul>li .menu_nav li:nth-child(6n) {
    margin-right: 0;
}

.box_3>ul>li .menu_nav li:hover {
    color: #fff;
    background: #4593DD;
}

.banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: top center !important;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 20px;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    outline: none;
}

.banner .swiper-pagination-bullet-active {
    background: #3166B0;
}

.box_5 {
    margin-top: 20px;
    width: 1200px;
    overflow: hidden;
}

.group_2 {
    position: relative;
    float: left;
    width: 640px;
    height: 370px;
    overflow: hidden;
}

.group_2 .bd ul {
    padding: 0;
    list-style: none;
}

.group_2 .bd li {
    position: relative;
    width: 100%;
    height: 370px;
}

.group_2 .bd li .img_box {
    width: 100%;
    height: 370px;
    overflow: hidden;
}

.group_2 .bd li .img_box img {
    width: 100%;
    height: 370px;
}

.group_2 .bd li .group_3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 20px;
    padding-right: 120px;
    background: rgba(0, 0, 0, .6);
}

.group_2 .bd li .group_3 h6 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group_2 .prev,
.group_2 .next {
    display: none;
    position: absolute;
    top: 184px;
    width: 38px;
    height: 38px;
    z-index: 999;
}

.group_2 .prev {
    left: 20px;
}

.group_2 .next {
    right: 20px;
}

.group_2:hover .prev,
.group_2:hover .next {
    display: block;
}

.group_2 .hd {
    position: absolute;
    right: 16px;
    bottom: 15px;
}

.group_2 .hd ul {
    padding: 0;
    list-style: none;
}

.group_2 .hd li {
    float: left;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    font-size: 0;
    background: #fff;
    border-radius: 50%;
}

.group_2 .hd li.on {
    background: #165AA2;
}

.group_5 {
    float: right;
    padding: 12px 20px;
    padding-top: 20px;
    width: 542px;
    background: #fff;
    overflow: hidden;
    border: 2px solid #EFEEEE;
}

.news_tab .hd {
    margin-bottom: 13px;
    width: 100%;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
}

.news_tab .hd ul {
    position: relative;
    padding: 0;
    list-style: none;
}

.news_tab .hd span {
    margin: 0 10px;
}

.news_tab .hd li {
    display: inline-block;
    cursor: pointer;
}

.news_tab .hd li .more {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

.news_tab .hd li.on,
.news_tab .hd li .more:hover {
    color: #3166B0;
}

.news_tab .hd li.on .more {
    display: block;
}

.group_5 .box_10 {
    margin-bottom: 15px;
    background: #fff;
    overflow: hidden;
}

.group_5 .news_box,
.group_5 .news_list {
    width: 100%;
    overflow: hidden;
}

.group_5 .box_10:last-child {
    margin-bottom: 0;
}

.group_5 .box_10 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
}

.group_5 .box_10 a {
    display: block;
    float: left;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group_5 .box_10 a:hover {
    color: #165AA2;
}

.group_5 .box_10 a span {
    margin-right: 5px;
    color: #165AA2;
}

.group_5 .box_10 .time {
    float: right;
    color: #666;
}

.image-wrapper_3 {
    margin-top: 20px;
    width: 1200px;
    height: 130px;
    overflow: hidden;
}

.image-wrapper_3 img {
    width: 100%;
    height: 130px;
}

.box_18 {
    margin-top: 20px;
    width: 1200px;
}

.block_6 {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E1E1E1;
    overflow: hidden;
}

.block_6 .image-text_3 {
    float: left;
    min-width: 115px;
    height: 59px;
    background: url(../images/titbg3.png) left bottom no-repeat;
}

.block_6 .image-text_3 .thumbnail_2 {
    position: relative;
    top: -2px;
    margin-right: 9px;
}

.block_6 .image-text_3 .text-group_3 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(49, 102, 176, 1);
}

.block_6 .text_25 {
    float: right;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
}

.block_6 .text_25:hover {
    color: #3166B0;
}

.news_items {
    padding: 6px 20px;
    padding-right: 24px;
    overflow: hidden;
}

.news_items .block_7,
.group_17left .news_items .group_18 {
    padding: 14px 0;
    padding-left: 15px;
    line-height: 22px;
    background: url(../images/libg.png) left center no-repeat;
    overflow: hidden;
}

.news_items .block_7 a {
    display: block;
    float: left;
    max-width: 70%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_items .block_7 a:hover,
.group_17left .news_items .group_18 a:hover {
    color: #3166B0;
}

.news_items .block_7 .text_27 {
    float: right;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
}

.group_14 {
    width: 502px;
    height: 338px;
    border: 2px solid #EFEEEE;
    border-top: 2px solid#165AA2;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.group_16 {
    width: 100%;
    height: 50px;
    background: #FAFBFC;
}

.group_16 a {
    display: block;
    float: left;
    width: 50%;
    font-size: 18px;
    color: #3166B0;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.group_16 a.on {
    background: #fff;
}

.group_14 .group_17 {
    width: 100%;
    overflow: hidden;
}

.group_14 .bd {
    background: url(../images/logo9.png) no-repeat;
    background-position: 90% 82%;
}

.group_17left {
    width: 100%;
    overflow: hidden;
}

.group_17left .news_items {
    padding-right: 0;
}

.group_17left .news_items .group_18 a {
    display: block;
    max-width: 100%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group_17left .text-wrapper_5 {
    padding: 4px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
}

.group_17left .text-wrapper_5 a {
    color: #3166B0;
    text-decoration: underline;
}

.group_17right {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.group_17right a {
    display: inline-block;
    margin: 0 10px;
    width: 160px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
}

.group_17right a img {
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.group_17right .group_20 {
    background-color: #165AA2;
}

.group_17right .box_22 {
    background-color: rgba(223, 156, 104, 1);
}

.group_17right .zx_pop {
    display: none;
    position: absolute;
    right: 67px;
    bottom: 34px;
    z-index: 999;
}

.group_17right .zx_pop img {
    width: 185px;
    height: 185px;
}

.group_15 {
    float: right;
    width: 682px;
    height: 338px;
    background: #fff;
    border: 2px solid #EFEEEE;
}

.group_15>ul {
    padding: 0;
    list-style: none;
    margin: 20px;
    margin-bottom: -13px;
}

.group_15>ul>li {
    float: left;
    position: relative;
    margin-right: 19px;
    margin-bottom: 13px;
    width: 200px;
    height: 90px;
    text-align: center;
    background: #F6FAFF;
}

.group_15>ul>li:nth-child(3n) {
    margin-right: 0;
}

.group_15>ul>li>a {
    display: block;
    padding: 11px 0;
}

.group_15 li .index_nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    box-shadow: 0px 2px 18px 0px rgba(123, 123, 123, 0.21);
}

.group_15 li .index_nav ul {
    padding: 10px;
    list-style: none;
}

.group_15 li .index_nav ul li {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
}

.group_15 li .index_nav ul li:hover a {
    color: rgba(49, 102, 176, 1);
}

.group_15>ul>li .icon_box {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.group_15>ul>li p {
    margin-top: 3px;
    font-size: 16px;
    color: #3166B0;
    text-align: center;
}

.box_23 {
    margin-top: 20px;
    width: 1200px;
    height: 455px;
    overflow: hidden;
}

.group_23 {
    width: 402px;
    height: 455px;
    background: #fff;
    border: 2px solid #EFEEEE;
}

.group_24 {
    padding: 0 20px;
    width: 782px;
    height: 455px;
    background: #fff;
    border: 2px solid #EFEEEE;
}

.activities_slide {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.activities_slide .bd {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.activities_slide ul {
    padding: 0;
    list-style: none;
}

.activities_slide .bd li {
    float: left;
    margin-right: 20px;
    width: 360px;
}

.activities_slide .bd li .img_box {
    width: 100%;
    height: 203px;
    overflow: hidden;
}

.activities_slide .bd li .img_box img {
    width: 100%;
    height: 203px;
}

.activities_slide .bd li .item_cont {
    margin-top: 7px;
    width: 100%;
    overflow: hidden;
}

.activities_slide .bd li .item_cont h6 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activities_slide .bd li:hover .item_cont h6 {
    color: #165AA2;
}

.activities_slide .bd li .item_cont p {
    font-size: 14px;
    color: #666;
}

.activities_slide .hd {
    margin-top: 20px;
    text-align: center;
}

.activities_slide .hd li {
    display: inline-block;
    margin: 0 6px;
    width: 12px;
    height: 12px;
    font-size: 0;
    background: #DCDCDC;
    border-radius: 50%;
}

.activities_slide .hd li.on {
    background: #3166B0;
}

.box_26 {
    margin-top: 20px;
    padding: 0 20px;
    width: 1200px;
    height: 339px;
    background: #fff;
    border: 2px solid #EFEEEE;
}

.box_26 .list_1 {
    margin: 20px 0;
    overflow: hidden;
}

.box_26 .list_1 .list-items_1-0 {
    float: left;
    margin-right: 23px;
    width: 370px;
    height: 237px;
    background: url(../images/bg2.png) no-repeat;
}

.box_26 .list_1 .list-items_1-0:last-child {
    margin-right: 0;
}

.box_26 .list_1 .list-items_1-0 img {
    float: left;
    width: 180px;
    height: 237px;
}

.box_26 .list_1 .list-items_1-0 .text-wrapper_6-0 {
    margin-top: 15px;
    margin-left: 196px;
    margin-right: 15px;
}

.box_26 .list_1 .list-items_1-0 .text-wrapper_6-0 .text_78-0 {
    margin-bottom: 12px;
    width: 100%;
    height: 48px;
    overflow: hidden;
}

.box_26 .list_1 .list-items_1-0 .text-wrapper_6-0 .text_78-0 h6 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.box_26 .list_1 .list-items_1-0:hover .text-wrapper_6-0 .text_78-0 h6 {
    color: #3166B0;
}

.box_26 .list_1 .list-items_1-0 .text-wrapper_6-0 .text_79-0 {
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    /*要显示的行数*/
    overflow: hidden;
}

.box_27 {
    margin-top: 20px;
    padding: 0 20px;
    width: 1200px;
    height: 150px;
    background: #fff;
    border: 2px solid #EFEEEE;
}

.group_30 {
    position: relative;
    margin-top: 20px;
    padding: 0 44px;
    overflow: hidden;
}

.group_30 .prev,
.group_30 .next {
    display: block;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 50px;
    background: #fff;
    border: 1px solid #DFDFDF;
}

.group_30 .prev {
    left: 0;
}

.group_30 .next {
    right: 0;
}

.group_30 .bd {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.group_30 .bd ul {
    padding: 0;
    list-style: none;
}

.group_30 .bd li {
    float: left;
    margin-right: 8px;
    display: table;
    width: 260px;
    height: 50px;
    text-align: center;
    background: #fff;
}

.group_30 .bd li:last-child {
    margin-right: 0;
}

.group_30 .bd li a {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #DFDFDF;
}

.group_30 .bd li img {
    max-width: 255px;
    max-height: 45px;
}

.box_28 {
    margin: 20px 0;
    width: 1200px;
    height: 40px;
}

.box_28 .group_31 {
    float: left;
    margin-right: 12px;
    width: 230px;
    height: 40px;
    border: 1px solid #DFDFDF;
    background-color: rgba(255, 255, 255, 1);
}

.box_28 .group_31:last-child {
    margin-right: 0;
}

.box_28 .group_31 select {
    padding: 0 15px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    border: 0;
    background-color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/icon10.png) no-repeat 94% center transparent;
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
    -o-outline: none;
}

.box_28 .group_31 select::-ms-expand {
    display: none;
}

.text-wrapper_7 {
    padding: 20px 0;
    width: 100%;
    background-color: #165AA2;
}

.text-wrapper_7 p {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 30px;
}

.section_6 {
    display: none;
    position: fixed;
    top: 40%;
    right: 40px;
    margin: auto 0;
    width: 80px;
    height: 170px;
    z-index: 999;
}

.section_6 .box_16 {
    position: relative;
    display: table;
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #3166B0;
}

.section_6 .box_16>a {
    display: table-cell;
    vertical-align: middle;
}

.section_6 .box_16>a span {
    display: block;
    font-size: 16px;
    color: #fff;
}

.section_6 .box_16>a img {
    margin-bottom: 5px;
}

.section_6 .box_16.box_17 {
    background: #DF9C68;
}

.search_ewm {
    position: absolute;
    display: none;
    top: -180px;
    left: -273px;
    padding-right: 6px;
    z-index: 999;
}

.section_6 .box_16:hover .search_ewm {
    display: block;
}

.search_ewm .search_ewmbox {
    position: relative;
}

.search_ewm .search_ewmbox:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent transparent #fff;
    top: 200px;
    bottom: 0;
    right: -9px;
}

.search_ewm .search_ewmbox img {
    margin-top: -50px;
    width: 268px;
}

.page_content {
    padding-top: 25px;
    padding-bottom: 41px;
    /*background: url(../images/pagebg.png) no-repeat;*/
    /*background-size: cover;*/
    background: #fff;
}


.page_title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.page_title h6 {
    float: left;
    min-width: 85px;
    height: 45px;
    font-size: 20px;
    color: #333;
    text-align: center;
    background: url(../images/titbg.png) bottom no-repeat;
    background-size: 100% 9px;
}

.BreadNav {
    float: right;
    font-size: 14px;
    color: #333;
    line-height: 39px;
    /*margin-right: 5px;*/
}

.BreadNav span {
    margin: 0 5px;
}

.BreadNav a:hover,
.BreadNav a.active {
    color: #165AA2;
}

.sidenav {
    float: left;
    margin-top: 15px;
    width: 237px;
}

.sidenav ul {
    padding: 0;
    list-style: none;
}

.sidenav>ul>li {
    width: 230px;
    text-align: center;

    margin-bottom: 10px;
}

.sidenav>ul>li a {
    display: block;
    color: #333;
}
.sidenav>ul>li>a{
    position: relative;
    height: 50px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 50px;
    background: #ececec;
}
.sidenav>ul>li>a .nav-arrow{
    display: none;
}
.sidenav>ul>li.more>a .nav-arrow{
    display: block;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    background: url(../images/icon23.png) center no-repeat;
}

.sidenav>ul>li:hover,
.sidenav>ul>li.active {
    width: 237px;
}
.sidenav>ul>li ul{
    display: none;
    width: 230px;
    overflow: hidden;
}
.sidenav>ul>li ul li a{
    padding: 10px 20px;
    padding-bottom: 9px;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.sidenav>ul>li ul li:hover a,
.sidenav>ul>li ul li.active a{
    color: #165AA2;
    background: rgba(22, 90, 162, .1);
}

.sidenav>ul>li:hover>a,
.sidenav>ul>li.active>a {
    color: #fff;
    background: url(../images/menubg.png) no-repeat;
}
.sidenav>ul>li.more:hover>a .nav-arrow{
    right: 25px;
    background: url(../images/icon23_2.png) center no-repeat;
}
.sidenav>ul>li.more.active>a .nav-arrow{
    right: 25px;
    background: url(../images/icon23_3.png) center no-repeat;
}
.sidenav>ul>li.more.active ul{
    display: block;
}

.cont_right {
    float: right;
    padding-left: 30px;
    margin-top: -5px;
    width: 932px;
    min-height: calc(100vh - 441px);
    border-left: 1px solid #dcdcdc;
}

.introduction_section {
    width: 100%;
    overflow: hidden;
}

.introduction_title {
    padding-top: 22px;
    padding-bottom: 19px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.introduction_title h6 {
    font-size: 22px;
    color: #333;
}

.introduction_title p {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.introduction_text {
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
}
.introduction_text img{
    max-width: 100%;
}

.introduction_text,
.introduction_text p {
    font-size: 16px;
    color: #333;
    line-height: 2.3;
}

.first_list {
    margin-top: 20px;
    margin-bottom: -22px;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.first_list li {
    margin-bottom: 22px;
    border: 1px solid #DEDEDE;
    overflow: hidden;
}

.first_list li .img_box {
    float: left;
    width: 160px;
    height: 215px;
}

.first_list li .img_box img {
    width: 100%;
    height: 215px;
}

.first_list li .item_cont {
    margin-left: 180px;
    margin-right: 23px;
    padding: 35px 0;
    overflow: hidden;
}

.first_list li .item_cont .item_title {
    width: 100%;
    line-height: 24px;
    overflow: hidden;
}

.first_list li:hover .item_cont .item_title h6 {
    color: #0D5F92;
}

.first_list li .item_cont .item_title h6 {
    float: left;
    margin-right: 30px;
    font-size: 18px;
    color: #333;
}

.first_list li .item_cont .item_title span {
    font-size: 14px;
    color: #333;
}

.first_list li .item_cont .item_text {
    margin-top: 28px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.two_list {
    margin-top: 30px;
    margin-bottom: -20px;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.two_list li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 290px;
}

.two_list li:nth-child(3n) {
    margin-right: 0;
}

.two_list li .img_box {
    display: table;
    width: 290px;
    height: 80px;
    text-align: center;
    border: 1px solid #DEDEDE;
}

.two_list li .img_box span {
    display: table-cell;
    vertical-align: middle;
}

.two_list li .img_box img {
    max-width: 285px;
    max-height: 77px;
}

.two_list li p {
    margin-top: 5px;
    font-size: 16px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li:hover p {
    color: #0D5F92;
}

.three_list {
    padding: 0;
    list-style: none;
}

.three_list li {
    padding: 21px 0;
    padding-left: 15px;
    line-height: 22px;
    background: url(../images/libg.png) left center no-repeat;
    border-bottom: 1px dashed #e0e0e0;
    overflow: hidden;
}

.three_list li a {
    display: block;
    float: left;
    max-width: 70%;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.three_list li a:hover {
    color: #0D5F92;
}

.three_list li .time {
    float: right;
    font-size: 16px;
    color: #666;
}

.four_list {
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.four_list li {
    padding: 20px 0;
    border-bottom: 1px dashed #e0e0e0;
    overflow: hidden;
}

.four_list li .img_box {
    float: left;
    width: 220px;
    height: 165px;
}

.four_list li .img_box img {
    width: 100%;
    height: 165px;
}

.four_list li .item_cont {
    margin-left: 240px;
}

.four_list li .item_cont h6 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_list li .item_cont .item_text {
    margin-top: 10px;
    width: 100%;
    height: 48px;
    overflow: hidden;
}

.four_list li .item_cont .item_text p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.four_list li .item_cont .item_time {
    margin-top: 18px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.four_list li a:hover .item_cont h6 {
    color: #0D5F92;
}

.leader_section {
    width: 100%;
    overflow: hidden;
}

.leader_section .leader_items {
    overflow: hidden;
}

.leader_section .leader_items:first-child {
    padding-top: 25px;
}

.leader_section .leader_items .leader_title {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.leader_section .leader_items .leader_title h6 {
    font-size: 18px;
    color: #333;
}

.leader_section .leader_items .leader_list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.leader_section .leader_items .leader_list li {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    width: 160px;
    height: 315px;
    text-align: center;
}

.leader_section .leader_items .leader_list li:nth-child(5n) {
    margin-right: 0;
}

.leader_section .leader_items .leader_list li img {
    width: 100%;
    height: 214px;
}

.leader_section .leader_items .leader_list li h6 {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}

.leader_section .leader_items .leader_list li p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.leader_section.two .leader_items .leader_list li {
    height: 275px;
}

.fixed_video {
    position: fixed;
    right: 15px;
    bottom: 0;
    padding-top: 20px;
    width: 300px;
    z-index: 9999;
}

.fixed_video .close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #999;
}

.fixed_video:hover .close {
    display: block;
}

.fixed_video .close:hover {
    color: #165AA2;
}

.fixed_video .fixed_videobox {
    width: 100%;
    height: 172px;
    overflow: hidden;
}

.fixed_video .fixed_videobox video {
    width: 100%;
    height: 172px;
}

.pop_meeting {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 44%;
    width: 530px;
    height: 262px;
    background: #fff;
    box-shadow: 0px 2px 18px 0px rgba(123, 123, 123, 0.21);
    border-radius: 5px;
    z-index: 9999;
}

.pop_meeting .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.pop_meeting .popmeeting_body {
    padding: 0 63px;
    padding-top: 50px;
    overflow: hidden;
}

.pop_meeting .popmeeting_body h6 {
    margin-bottom: 25px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.pop_meeting .popmeeting_body p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
}

.pop_meeting .popmeeting_body .item_url {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    width: 118px;
    height: 38px;
    font-size: 16px;
    color: #165AA2;
    text-align: center;
    line-height: 36px;
    background: #fff;
    border: 1px solid #165AA2;
    border-radius: 5px;
}

.pop_meeting .popmeeting_body .item_url:hover {
    color: #fff;
    background: #165AA2;
}

.meetingtext_section {
    padding-top: 25px;
    width: 100%;
    overflow: hidden;
}

.meetingtext_items {
    margin-bottom: 27px;
    width: 100%;
    overflow: hidden;
}

.meetingtext_items:last-child {
    margin-bottom: 0;
}

.meetingtext_title {
    padding-left: 16px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: url(../images/titlebg.jpg) left center no-repeat;
}

.meetingtext_text {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.meetingtext_text,
.meetingtext_text p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}
.five_list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.five_list li {
    padding: 25px 0;
    border-bottom: 1px dashed #F0F0F0;
    overflow: hidden;
}

.five_list li span {
    color: #165AA2;
}

.five_list li .item_title {
    width: 100%;
    line-height: 24px;
    overflow: hidden;
}

.five_list li .item_title h6 {
    float: left;
    max-width: 85%;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.five_list li .item_title .time {
    float: right;
    font-size: 16px;
    color: #999;
}

.five_list li p {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*è¦æ˜¾ç¤ºçš„è¡Œæ•°*/
    overflow: hidden;
}